home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Visual Basic new SourceCode and Projects / Midi Piano / music.mde / song.json
Encoding:
JavaScript Object Notation  |  1999-11-30  |  226 b 

  1. {
  2.     "schema": {
  3.         "notes": "Long Integer"
  4.     },
  5.     "data": [
  6.         {
  7.             "notes": 23
  8.         },
  9.         {
  10.             "notes": 24
  11.         },
  12.         {
  13.             "notes": 23
  14.         },
  15.         {
  16.             "notes": 24
  17.         },
  18.         {
  19.             "notes": 23
  20.         },
  21.         {
  22.             "notes": 24
  23.         },
  24.         {
  25.             "notes": 23
  26.         },
  27.         {
  28.             "notes": 24
  29.         },
  30.         {
  31.             "notes": 23
  32.         },
  33.         {
  34.             "notes": 24
  35.         },
  36.         {
  37.             "notes": 23
  38.         },
  39.         {
  40.             "notes": 24
  41.         },
  42.         {
  43.             "notes": 23
  44.         },
  45.         {
  46.             "notes": 24
  47.         }
  48.     ]
  49. }